home *** CD-ROM | disk | FTP | other *** search
- global JUMPER
-
- on flashXchange me, flashXchange
- case flashXchange of
- "TRUE":
- cursor(280)
- "FALSE":
- cursor(0)
- end case
- case flashXchange of
- "PHOTOS":
- JUMPER = "PHOTOS1"
- go(the frame + 1)
- "SLIDESHOW":
- JUMPER = flashXchange
- go(the frame + 1)
- "KEYART":
- JUMPER = flashXchange
- go(the frame + 1)
- "TRAILER":
- JUMPER = flashXchange
- go(the frame + 1)
- "DOWNLOAD":
- JUMPER = flashXchange
- go(the frame + 1)
- "WEBLINK":
- goURL = "http://www.theisland-themovie.com/youhavebeenchosen.html"
- gotoNetPage(goURL, "BLANK")
- "BONUS":
- goURL = "http://dreamworkspresskits.com/"
- gotoNetPage(goURL, "BLANK")
- "EXIT":
- JUMPER = flashXchange
- go(the frame + 1)
- end case
- end
-